home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / tool_inc.zip / PRODEF.INC < prev    next >
Text File  |  1989-07-19  |  375b  |  14 lines

  1.  
  2. {$undef DEBUGGING}      {define to enable test code}
  3. {$define OVERLAY}       {DEFINE to enable overlay code}
  4.  
  5. {$I+}    {I/O checking}
  6. {$N-}    {Numeric coprocessor}
  7. {$V-}    {Relaxes string typing}
  8. {$B-}    {Boolean complete evaluation}
  9. {$S-}    {Stack checking}
  10. {$R-}    {Range checking}
  11. {$D+}    {Global debug information}
  12. {$L+}    {Local debug information}
  13.  
  14.